home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 644 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. Date: Wed, 10 Nov 93 12:50:39 MST
  2. From: shenson@nyx10.cs.du.edu (Stephen Henson)
  3. Message-Id: <9311101950.AA19093@nyx10.cs.du.edu>
  4. X-Disclaimer: Nyx is a public access Unix system run by the University
  5.     of Denver.  The University has neither control over nor
  6.     responsibility for the opinions or correct identity of users.
  7. To: mint@terminator.rs.itd.umich.edu
  8. Subject: Random comments ...
  9.  
  10. Couple of comments ...
  11. I think if security is ever going to be less than a joke the cookie searching
  12. by the library needs to be replaced. After all security isn't mch good if
  13. the lowliest process can access supervisor mode.
  14. I'd like any interrupt driven hard disk handler to use something like:
  15. Rwabs(...usual parameters..., func). where transfer is in th ebackround
  16. and func() is called on completion. This way as much as possible is open
  17. to 'tweeking' and the risk of it not doing what you want due to proprietary
  18. restrictions etc is minimised.
  19.     My mention of character/block special files was mainly as some method
  20. of identifying devices and a more coherent interface to the things. Only a
  21. suggestion, I wasn't offering to rewrite the kernel :-)
  22.     Yes I hate having to kludge round buggy proprietary software too, but
  23. alas I haven;t any choice.
  24. Steve.
  25.